home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  123 b   |  6 lines

  1. _root.procent = Math.Ceil(getBytesLoaded() / getBytesTotal() * 100);
  2. if(_root.procent >= 100)
  3. {
  4.    gotoAndPlay(11);
  5. }
  6.